Created demo modules for testing purposes. Jacoco report switched to …#86
Draft
miroslavpojer wants to merge 9 commits into
Draft
Created demo modules for testing purposes. Jacoco report switched to …#86miroslavpojer wants to merge 9 commits into
miroslavpojer wants to merge 9 commits into
Conversation
…master. Disabled other wf as not needed.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Collaborator
Author
|
JaCoCo Coverage Report
Event: |
…, and technical debt - Created `operative_task.yml` for general operational and management tasks. - Introduced `pointer.yml` to track external work across repositories. - Added `spike_task.yml` for research and investigation tasks. - Implemented `technical_debt.yml` to document and address technical debt items. docs: Add Copilot instructions and review rules - Created `copilot-instructions.md` detailing coding guidelines, output discipline, and testing practices. - Added `copilot-review-rules.md` to define review behavior and commenting rules. chore: Configure Dependabot and GitHub workflows - Added `dependabot.yml` for automated dependency updates. - Created various workflows for issue assignment, build, release drafting, and publishing. - Implemented checks for release notes presence and JaCoCo code coverage. test: Add filename check workflow - Introduced `test_filenames_check.yml` to enforce naming conventions for test files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update JaCoCo report GitHub Action and add Python setup
Summary
This PR upgrades the
MoranaApps/jacoco-reportaction to its latest pinned commit and adds a required Python setup step to the JaCoCo CI workflow. No library source or test code is changed.Changes
.github/workflows/jacoco_report.ymlSetup Pythonstep (actions/setup-python@a309ff8..., Python 3.14) before the database setup — required by the newerjacoco-reportaction version.MoranaApps/jacoco-reportaction pin from54bfe28→52a5f9c.Release Notes
MoranaApps/jacoco-reportaction to latest stable commit (52a5f9c) for improved coverage reporting in PR comments.